home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / zsh < prev   
Encoding:
Text File  |  1997-06-06  |  170 b   |  8 lines

  1. if fgrep zsh etc/shells 1> /dev/null 2> /dev/null; then
  2.  GOOD=y
  3. else
  4.  echo "/bin/zsh" >> etc/shells
  5. fi
  6. ( cd etc ; rm -rf zprofile )
  7. ( cd etc ; ln -sf  profile zprofile )
  8.